github.com/jackc/pgx/v5.namedStructRowScanner.ScanRow (method)

5 uses

	github.com/jackc/pgx/v5 (current package)
		rows.go#L646: 	err := (&namedStructRowScanner{ptrToStruct: &value}).ScanRow(row)
		rows.go#L656: 	err := (&namedStructRowScanner{ptrToStruct: &value}).ScanRow(row)
		rows.go#L665: 	err := (&namedStructRowScanner{ptrToStruct: &value, lax: true}).ScanRow(row)
		rows.go#L675: 	err := (&namedStructRowScanner{ptrToStruct: &value, lax: true}).ScanRow(row)
		rows.go#L684: func (rs *namedStructRowScanner) ScanRow(rows CollectableRow) error {